Click or drag to resize

ResourceList Method (Boolean)

Displays a list of resource URLs.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public string[] List(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean
If true returns resources in this collection and all subcollections.

Return Value

Type: String
An array of resource URLs.
See Also